<style>
p{
text-align: justify;
 text-justify: inter-word;
}

dropdowmul {
  dropdowmlist-style: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
}

dropdowmul dropdowmli {
  display: block;
  position: relative;
  float: left;
  background: #ffffff;
}

/* This hides the dropdowns */


dropdowmli dropdowmul { display: none; }

dropdowmul dropdowmli a {
  display: block;
  padding: 1em;
  text-decoration: none;
  white-space: nowrap;
  color: Black;
  font-size: 20px;
}

dropdowmul dropdowmli a:hover { background: #528ea9; }

/* Display the dropdown */


dropdowmli:hover > dropdowmul {
  display: block;
  position: absolute;
 
}

dropdowmli:hover dropdowmli { float: none; }

dropdowmli:hover a { background: #f080ff; }

dropdowmli:hover dropdowmli a:hover { background: #ffc200; }

.main-navigation dropdowmli dropdowmul dropdowmli { border-top: 0; }

/* Displays second level dropdowns to the right of the first level dropdown */


dropdowmul dropdowmul dropdowmul {
  left: 100%;
  top: 0;
}

/* Simple clearfix */



dropdowmul:before,
dropdowmul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

dropdowmul:after { clear: both; }
</style>